projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae8d91
)
(get_boot_time): Remove extraneous semicolon.
author
Erik Naggum
<erik@naggum.no>
Wed, 22 Apr 1998 17:48:16 +0000
(17:48 +0000)
committer
Erik Naggum
<erik@naggum.no>
Wed, 22 Apr 1998 17:48:16 +0000
(17:48 +0000)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index 50e86536268a25434a5b4f8eba032d145a5f2cf9..7da65d0dc56bbe56fe688201e5ce57ed1c90aec9 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-111,7
+111,7
@@
get_boot_time ()
return boot_time = utp->ut_time;
#else
return 0;
-#endif
;
+#endif
}
\f
/* Here is the structure that stores information about a lock. */